home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / s / slamtiltpinball5.dms / slamtiltpinball5.adf / Install < prev    next >
Text File  |  1978-01-24  |  2KB  |  111 lines

  1.  
  2. (complete 0)
  3.  
  4. (set name
  5.    (askdir
  6.       (prompt "Where do you wish to install Slamtilt?\n"
  7.               "A directory named Slamtilt will be created there")
  8.       (help "Select a drawer in which you wish to install Slamtilt,"
  9.            ' for instance "Dh0:Games/"\n'
  10.            "You will *NOT* need to create a new drawer for Slamtilt")
  11.       (default "Sys:")
  12.    )
  13. )
  14.  
  15. (complete 5)
  16.  
  17. (set fullname (tackon name "Slamtilt"))
  18. (makedir fullname (infos))
  19.  
  20. (complete 15)
  21.  
  22. (copyfiles
  23.    (prompt "Copying files from Disk 5")
  24.    (help "We're copying files.")
  25.    (source "Slam5:")
  26.    (dest fullname)
  27.    (pattern "Demon#?")
  28. )
  29.  
  30. (complete 30)
  31.  
  32. (askdisk
  33.    (prompt "Please insert Slamtilt Disk 1")
  34.    (help "Insert Disk 1 please...")
  35.    (dest "Slam1")
  36. )
  37.  
  38. (copylib
  39.    (prompt "Updating lowlevel.library")
  40.    (help "This action will install lowlevel.library on your HD.")
  41.    (source "Slam1:Libs/lowlevel.library")
  42.    (dest "Libs:")
  43.    (confirm)
  44. )
  45.  
  46. (copyfiles
  47.    (prompt "Copying files from Disk 1")
  48.    (help "We're copying files.")
  49.    (source "Slam1:")
  50.    (dest fullname)
  51.    (pattern "~(S)")
  52. )
  53.  
  54. (complete 45)
  55.  
  56. (askdisk
  57.    (prompt "Please insert Slamtilt Disk 2")
  58.    (help "Insert Disk 2 please...")
  59.    (dest "Slam2")
  60. )
  61.  
  62. (copyfiles
  63.    (prompt "Copying files from Disk 2")
  64.    (help "We're copying files.")
  65.    (source "Slam2:")
  66.    (dest fullname)
  67.    (pattern "Mean#?")
  68. )
  69.  
  70. (complete 60)
  71.  
  72. (askdisk
  73.    (prompt "Please insert Slamtilt Disk 3")
  74.    (help "Insert Disk 3 please...")
  75.    (dest "Slam3")
  76. )
  77.  
  78. (copyfiles
  79.    (prompt "Copying files from Disk 3")
  80.    (help "We're copying files.")
  81.    (source "Slam3:")
  82.    (dest fullname)
  83.    (pattern "Pirate#?")
  84. )
  85.  
  86. (complete 75)
  87.  
  88. (askdisk
  89.    (prompt "Please insert Slamtilt Disk 4")
  90.    (help "Insert Disk 4 please...")
  91.    (dest "Slam4")
  92. )
  93.  
  94. (copyfiles
  95.    (prompt "Copying files from Disk 4")
  96.    (help "We're copying files.")
  97.    (source "Slam4:")
  98.    (dest fullname)
  99.    (pattern "Space#?")
  100. )
  101.  
  102. (complete 90)
  103.  
  104. (textfile
  105.    (prompt "Hello!")
  106.    (help "mmm...")
  107.    (dest (cat fullname "/HD"))
  108. )
  109.  
  110. (complete 100)
  111.